home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / utils / benchtrash / espaÑol / benchtrash.cc < prev    next >
Text File  |  1999-01-01  |  11KB  |  475 lines

  1. ;*****************************************************************
  2. ;** This is the catalog constructor for BenchTrash 1.30         **
  3. ;**                                                             **
  4. ;** Since I do not own the CBM localizer tool, you MUST use my  **
  5. ;** private "CreateCatalog" program (same as for ViNCEd)        **
  6. ;**                                                             **
  7. ;*****************************************************************
  8. ;
  9. ;This script has a double function:
  10. ;It is first a shell script that must be executed to create the
  11. ;catalog.
  12. ;It contains secondly the localized versions of the benchtrash
  13. ;strings. This is possible due to the special syntax of the
  14. ;CreateCatalog tool.
  15. ;
  16. ;The only thing worth noting here is that all strings must be
  17. ;preceeded with an apostrophe (').
  18. ;Empty lines, lines starting with a blank or a semicolon
  19. ;character are comment-lines. They aren't seen by CreateCatalog.
  20. ;Lines starting with a percent sign (%) are string delimitor definitions.
  21. ;BenchTrash will warn you if it encounters a string that is too long.
  22. ;The argument to the % command is either a number or a sequence of dashes
  23. ;defining the this length.
  24. ;
  25. ;To create a catalog for your language, translate the strings below.
  26. ;They are currently taken from the german localization, but to
  27. ;give you some hint what they mean I added the original english
  28. ;strings plus some comments when they are displayed ON TOP of the
  29. ;german ones.
  30. ;
  31. ;If you wrote a catalog for BenchTrash, please compile it simply by
  32. ;EXECUTING this file, i.e. enter
  33. ;
  34. ;EXECUTE BenchTrash.cc
  35. ;
  36. ;The ready for use catalog will be appear in the ram disk.
  37. ;
  38. ;
  39. ;Greetings,
  40. ;       Thomas
  41. ;
  42. ;Since quite a lot has changed with the 1.30 release, some strings are
  43. ;no longer used and need not to be translated. These are marked as
  44. ;OBSOLETE!
  45. ;       
  46.  CreateCatalog BenchTrash.cc ram:BenchTrash.catalog español 1 41
  47. ;                                                   ^^^^^^^
  48. ;                                               change this to the
  49. ;                                               name of your language
  50. ;       Tell EXECUTE to abort here...
  51.  quit
  52.  
  53. ;
  54. ;Cancel
  55. ;
  56. ;Generic cancel message, used if an error occured and BenchTrash has to
  57. ;stop the deletion.
  58. %25
  59. 'ABORTAR
  60.  
  61. ;O.K.|Cancel
  62. ;
  63. ;The buttons of the "Are you shure you want to delete..." requester.
  64. %50
  65. 'OK|CANCELAR
  66.  
  67. ;**** This one is obsolete *****
  68. ;O.K.
  69. ;
  70. ;Generic O.K. button, used in the setup window.
  71. %30
  72. 'OK
  73.  
  74. ;**** This one is obsolete *****
  75. ;Quit BenchTrash
  76. ;
  77. ;Quit button in the setup window
  78. %30
  79. 'Salir de BenchTrash
  80.  
  81. ;**** This one is obsolete *****
  82. ;Can't find Trashcan icon.
  83. ;
  84. ;Benchtrash can't locate the icon you gave, or the SYS:Trashcan.info
  85. ;file is missing.
  86. 'Icono Papelera no encontrado.
  87.  
  88. ;Can't install BenchTrash.
  89. ;
  90. ;The runback code of BenchTrash failed for some reason
  91. %50
  92. 'No se pudo instalar BenchTras.
  93.  
  94. ;**** This one is obsolete
  95. ;Volume lacks a trashcan.
  96. ;THIS TEXT IS NO LONGER USED BY 1.22 AND ABOVE!
  97. ;BenchTrash misses the trashcan to put the deleted files to.
  98. 'Der Disk fehlt ein Papierkorb.
  99.  
  100. ;Out of memory.
  101. ;
  102. ;Memory is missing.
  103. %50
  104. 'No hay memoria.
  105.  
  106. ;Unable to lock %s - \
  107. ;Error %ld %s.
  108. ;An error message if a file can't be located. The "\" at the end
  109. ;of the line escapes the line break, i.e. puts a line break into
  110. ;the output string. The cryptic %s and %ld are replaces by the
  111. ;file name, the error code and the error string, respectively.
  112. ;Please note that only the first line has an apostrophe!
  113. ;
  114. %100
  115. 'No se pudo encontrar %s - \
  116. Error %ld %s.
  117.  
  118.  
  119. ;Unable to move icon %s - \
  120. ;Error %ld %s.
  121. ;
  122. ;An icon can't be moved to the trashcan for whatever reason.
  123. %100
  124. 'No se pudo mover el icono %s - \
  125. Error %lD %s.
  126.  
  127. ;Unable to move icon %s - \
  128. ;Error %ld %s.
  129. ;
  130. ;A generic file can't be moved to the trashcan.
  131. %100
  132. 'Imposible mover icono %s - \
  133. Error %ld %s.
  134.  
  135. ;Unable to access\
  136. ;parent of %s - \
  137. ;Error %ld %s.
  138. ;
  139. ;The parent directory is not accessable, or missing, or worse...
  140. %100
  141. 'Imposible acceder al anterior\
  142. de %s - \
  143. Error %lD %s.
  144.  
  145.  
  146. ;**** This one is obsolete ****
  147. ;Can't delete a volume.
  148. ;
  149. ;The user tried to delete a volume. This message is obsolete and
  150. ;no longer used.
  151. %50
  152. 'No se puede borrar un volumen.
  153.  
  154. ;Unable to delete object %s - \
  155. ;Error %ld %s.
  156. ;
  157. ;An object is delete or write protected and can't be removed
  158. ;for that reason.
  159. %100
  160. 'No se pudo borrar %s - \
  161. Error %ld %s.
  162.  
  163. ;Invalid icon %s - \
  164. ;Error %ld %s.
  165. ;
  166. ;The icon library failed to access an icon, or the icon is in fact
  167. ;a directory.
  168. %100
  169. 'El Icono %s es invalido - \
  170. Error %ld %s.
  171.  
  172. ;Directory %s too deep - \
  173. ;Error %ld %s.
  174. ;
  175. ;The recursion stack has been exceeded. The drawer that must be deleted
  176. ;is too deep in the filing system to be accessable by BenchTrash.
  177. %100
  178. 'El directorio %s es demasiado profundo - \
  179. Error %lD %s.
  180.  
  181.  
  182. ;Warning: You cannot get back\
  183. ;what you delete! Ok to delete:\
  184. ;"%ld file(s) and\
  185. ;%ld drawer(s) (and their contents)?
  186. ;
  187. ;The standard safety requester. Would be nice to mimic the
  188. ;workbench requester here!
  189. ;
  190. %300
  191. 'Atencion: No se puede recuperar\
  192. lo que  se borra! ¿Continuar con\
  193. el borrado de %ld fichero(s) y\
  194. %ld carpeta(s) (y sus contenidos)?
  195.  
  196. ;*** This one is obsolete ****
  197. ;Auto-delete dropped icons :
  198. ;
  199. ;The label of the auto delete checkmark in the setup window.
  200. 'Auto-Borrar Iconos Movidos :
  201.  
  202. ;Can't eject the volume "%s:".
  203. ;
  204. ;A proper EJECT tooltype/command is missing, and benchtrash does not
  205. ;know HOW to eject this volume. (Or it is impossible to eject it...)
  206. ;
  207. %100
  208. 'El volumen "%s:"\
  209. no se pudo expulsar.
  210.  
  211. ;(Unkown volume)
  212. ;
  213. ;Used as volume name if the real name is not accessable.
  214. ;
  215. %----------------%
  216. '(Desconocido)
  217.  
  218. ;_Abort
  219. ;
  220. ;The label of the abort button in the progress bar. The character behind
  221. ;the underscore gets underlined.
  222. %--------------%
  223. '_Abortar
  224.  
  225. ;A
  226. ;The keyboard shortcut used for abortion. This MUST be the same character
  227. ;that has been underlined in the string before.
  228. %-%
  229. 'A
  230.  
  231. ;Preparing...
  232. ;
  233. ;The preparation process for deletion is running. BenchTrash counts the
  234. ;files and directories, and checks if all of them are deleteable.
  235. ;
  236. %--------------------%
  237. 'Preparando...
  238.  
  239. ;Progress Bar :
  240. ;
  241. ;The label of the progress bar check box in the setup window.
  242. ;
  243. %30
  244. 'Barra de Progreso :
  245.  
  246. ;%ld file(s) to go...
  247. ;
  248. ;The text in the bar itself, new to 1.11
  249. ;
  250. %--------------------------------------%
  251. '%ld fichero(s) para finalizar...
  252.  
  253. ;--------------------- added these to 1.13 --------------------------------
  254.  
  255. ;Confirmation Requester :
  256. ;
  257. ;The last checkmark gadget in the selector screen. If checked, the
  258. ;confirmation requester (Are you sure...) is ENABLED. If this gadget
  259. ;is not checked, the files/directories are always deleted, without
  260. ;asking first.
  261. %30
  262. 'Confirmacion :
  263.  
  264.  
  265. ;--------------------- added these to 1.20 --------------------------------
  266.  
  267.  
  268. ;Can't launch the trashcan\
  269. ;cleaning process.
  270. ;
  271. ;BenchTrash failed to launch the process that is responsible for 
  272. ;cleaning all overaged data in the global trashcan directory.
  273. ;
  274. %100
  275. 'No se pudo ejecutar\
  276. el vaciado de la papelera.
  277.  
  278. ;
  279. ;The next two are the labels of the two new buttons in the configuration
  280. ;window.
  281. ;
  282.  
  283. ;**** This one is obsolete ****
  284. ;Global Trashcan :
  285. ;
  286. ;Enables the global trashcan feature, i.e. all erased data goes to a 
  287. ;global location, preferably the trashcan of your HD.
  288. ;
  289. %30
  290. 'Papelera Global :
  291.  
  292. ;
  293. ;Copy First, Delete Later :
  294. ;
  295. ;The method how to move files to the trashcan. If enabled, they get copied
  296. ;first and deletion starts only if the copy process was sucessfull. This
  297. ;is safer, but requires up to twice the disk space.
  298. ;
  299. %30
  300. 'Copia Primero, Borra Después:
  301.  
  302.  
  303. ;The following strings are new to 1.22:
  304.  
  305. ;
  306. ;Can't create new %s -
  307. ;Error %ld %s.
  308. ;
  309. ;This text is shown if BenchTrash failed to create a new
  310. ;trashcan if the volume is missing one. The first %s
  311. ;is substituted by "Trashcan".
  312. ;
  313. %100
  314. 'No se pudo crear un nuevo %s - \
  315. Error %ld %s.
  316.  
  317. ;
  318. ;Volume lacks a trashcan.
  319. ;Ok to create one?
  320. ;
  321. ;BenchTrash found that the volume you'd like to
  322. ;trash files at does not have a trashcan and asks
  323. ;you if it should create one.
  324. ;
  325. %100
  326. 'El volumen no contiene papelera.\
  327. ¿Desea crear una?
  328.  
  329.  
  330. ;Sorry, can't launch clean up,
  331. ;no access to %s -
  332. ;Error %ld %s.
  333. ;
  334. ;The user selected "Cleanup Now!" in the BenchTrash
  335. ;window or using the CLI paramters, but BenchTrash
  336. ;did not get access to the Trashcan. It is maybe
  337. ;used by some other program or is open by the
  338. ;workbench or else...
  339. ;
  340. %150
  341. 'Lo siento, No se puede vaciar \
  342. la papelera. %s no existe. - \
  343. Error %ld %s.
  344.  
  345. ;Cleanup Now !
  346. ;
  347. ;The button in the window used to force a
  348. ;cleanup of the global trashcan.
  349. ;
  350. %--------------%
  351. 'Vaciar Ahora !
  352.  
  353. ;--------------------- added these to 1.30 --------------------------------
  354.  
  355. ;Trashcan Mode
  356. ;
  357. ;The (white) title on top of the radio gadget
  358. ;in the setup window
  359. %------------------%
  360. 'Modo de Papelera
  361.  
  362. ;Delete All Files
  363. ;
  364. ;Delete everything that's dropped into the trashcan.
  365. ;This used to be called "AUTODELETE"
  366. ;
  367. %-------------------%
  368. 'Borrar Todo
  369.  
  370. ;Mixed Mode
  371. ;
  372. ;Delete only if no trashcan is found or
  373. ;the files are already in the trashcan
  374. ;
  375. %-------------------%
  376. 'Modo Mezcla
  377.  
  378. ;Volumne Trashcan
  379. ;
  380. ;Move files into the trashcan of the medium
  381. ;or ask to create one
  382. ;
  383. %-------------------%
  384. 'Papelera Volumen
  385.  
  386. ;Global Trashcan
  387. ;
  388. ;Use a global trashcan directory
  389. ;
  390. %-------------------%
  391. 'Papelera Global
  392.  
  393. ;Quit
  394. ;
  395. ;The rightmost Quit button to cancel BenchTrash
  396. %----------%
  397. 'Finalizar
  398.  
  399. ;Cancel
  400. ;
  401. ;The next to the left button. Ignore the changes made,
  402. ;close the window but do not quit BenchTrash
  403. %----------%
  404. 'Cancelar
  405.  
  406. ;Use
  407. ;
  408. ;Change the settings, use them but do not save them
  409. ;
  410. %----------%
  411. 'Usar
  412.  
  413. ;Save
  414. ;
  415. ;Change the settings, use them and save them in the
  416. ;BenchTrash icon
  417. ;
  418. %----------%
  419. 'Guardar
  420.  
  421. ;Select
  422. ;
  423. ;The text in the file requester gadget. Used to select
  424. ;a global trashcan directory
  425. ;
  426. %----------%
  427. 'Elegir
  428.  
  429. ;Select the global trashcan:
  430. ;
  431. ;The title of the file requester, used to select the
  432. ;global trashcan directory
  433. ;
  434. %50
  435. 'Por favor, elija la Papelera Global : 
  436.  
  437. ;Can't build the file\
  438. ;requester.
  439. ;
  440. ;A failure requester, used if BT failed to create the file
  441. ;requester to select the global trashcan
  442. ;
  443. %100
  444. 'No se pudo crear el\
  445. requester de fichero.
  446.  
  447. ;Can't save the BenchTrash\
  448. ;Preferences
  449. ;
  450. ;BenchTrash failed to save its preferences, for various reasons.
  451. ;Probably because it couldn't detect its icon.
  452. ;
  453. %100
  454. 'No se pudieron grabar las\
  455. preferencias de BenchTrash.
  456.  
  457. ;------------------------------- New in 1.41 --------------------------------
  458.  
  459. ;RETRY|CANCEL
  460. ;
  461. ;This contains the CANCEL|RETRY text for the retry requester.
  462. ;Would be nice to mimic the system requesters here...
  463. ;
  464. %40
  465. 'REINTENTAR|ABORTAR
  466.  
  467. ;Cleanup Trashcan
  468. ;
  469. ;This string is shown in the BenchTrash icon Pop-Up menu of DOpus
  470. ;If selected, BenchTrash empties the global trashcan.
  471. ;
  472. 'Vaciar la Papelera
  473.  
  474. ;That's all folks!
  475.